From: Stefan Monnier Date: Tue, 2 Sep 2014 20:47:44 +0000 (-0400) Subject: test/indent/scheme.scm: New file. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~145 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=af86b05fd4b79c3d1c3b71c6193c4295a1265594;p=emacs.git test/indent/scheme.scm: New file. --- diff --git a/test/indent/scheme.scm b/test/indent/scheme.scm new file mode 100755 index 00000000000..84d0f6d8786 --- /dev/null +++ b/test/indent/scheme.scm @@ -0,0 +1,9 @@ +#!/usr/bin/scheme is this a comment? + +;; This one is a comment +(a) +#| and this one as #|well|# as this! |# +(b) +(cons #;(this is a + comment) + head tail)